home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_1.3 / Include-Strip1.3 / include.h / libraries / mathlibrary.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-07-15  |  525 b   |  22 lines

  1. #ifndef    LIBRARIES_MATHLIBRARY_H
  2. #define    LIBRARIES_MATHLIBRARY_H
  3. #ifndef    EXEC_TYPES_H
  4. #include    <exec/types.h>
  5. #endif
  6. #ifndef    EXEC_LIBRARIES_H
  7. #include    <exec/libraries.h>
  8. #endif
  9. struct    MathIEEEBase
  10. {
  11. struct    Library    MathIEEEBase_LibNode;
  12. unsigned    char    MathIEEEBase_Flags;
  13. unsigned    char    MathIEEEBase_reserved1;
  14. unsigned    short    *MathIEEEBase_68881;
  15. APTR    MathIEEEBase_SysLib;
  16. APTR    MathIEEEBase_SegList;
  17. struct    MathIEEEResource    *MathIEEEBase_Resource;
  18. int    (*MathIEEEBase_TaskOpenLib)();
  19. int    (*MathIEEEBase_TaskCloseLib)();
  20. };
  21. #endif
  22.